home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / tools / czesc_3 / newappicon / newappicon.cfg < prev    next >
Text File  |  1980-11-19  |  2KB  |  64 lines

  1.  
  2. ; $VER: NewAppIcon.cfg 1.2 (25.7.97)
  3.  
  4.  
  5. ; NewAppIcon 1.3 - Configuration file
  6. ;
  7. ; This file configures which AppIcons' images should be replaced by other
  8. ; icons' images. It will be searched through from top to bottom, so if an
  9. ; AppIcon matches more than one entry, the first matching entry will be
  10. ; used.
  11. ;
  12. ; All entries in this file must match the following template:
  13. ;
  14. ;   TITLE/A,TASK/A,ICON/K,NEWTITLE/K,XPOS/K/N,YPOS/K/N
  15. ;
  16. ;
  17. ; TITLE    - DOS pattern for the AppIcon's name to match.
  18. ;
  19. ; TASK     - DOS pattern for the AppIcon's task name to match.
  20. ;
  21. ; ICON     - Path of the new icon to use as AppIcon image (".info" extension
  22. ;            not required). If this icon cannot be loaded for any reason,
  23. ;            the AppIcon will use its original image.
  24. ;            If you omit this parameter, the AppIcon will use its original
  25. ;            image.
  26. ;
  27. ; NEWTITLE - Replaces the AppIcon's original title with this one.
  28. ;            If you omit this parameter, the AppIcon will use its original
  29. ;            title.
  30. ;
  31. ; XPOS     - This can be used to specify a new X position for the AppIcon.
  32. ;            If you omit this parameter, the AppIcon will use its original
  33. ;            X position.
  34. ;
  35. ; YPOS     - This can be used to specify a new Y position for the AppIcon.
  36. ;            If you omit this parameter, the AppIcon will use its original
  37. ;            Y position.
  38. ;
  39. ;
  40. ; Notes: - Both TITLE *and* TASK must be matched to change an AppIcon (eg.
  41. ;          if you don't need TASK, specify "#?" there)!
  42. ;        - Empty lines and lines starting with ";" in this file are ignored.
  43. ;        - This file will only be scanned on startup, so if you modify it,
  44. ;          you will have to quit and start NewAppIcon again. Since version
  45. ;          1.2, you can also use the RELOAD parameter; please consider the
  46. ;          documentation for more details.
  47.  
  48.  
  49. ; *************************  DEMO CONFIGURATION  *************************
  50.  
  51. ; these programs may use their original AppIcon images (and titles)
  52. #? "(#?CON|RAW|#?Opus#?|GIFToolkit|ToolManager Handler)"
  53.  
  54. ; new AppIcon image for Hexagons
  55. Hexagons #? ICON=DH1:Games/Hexagons/Hexagons.info
  56.  
  57. ; new AppIcon title for Iconian
  58. #? Iconian NEWTITLE=Iconian
  59.  
  60. ; new standard AppIcon image for all others that do not match one of the
  61. ; above entries
  62. #? #? ICON=ENV:sys/def_Tool.info
  63.  
  64.